home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / st_mart.dir / 00061.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  231 b   |  14 lines

  1. on exitFrame
  2.   global slide, oldTempo
  3.   go(the frame)
  4.   if slide = 0 then
  5.     puppetTempo(oldTempo)
  6.     testRollOverButton()
  7.     go(the frame)
  8.   else
  9.     set oldTempo to the frameTempo
  10.     puppetTempo(2)
  11.     go(#next)
  12.   end if
  13. end
  14.